ButtonSpinnerLocation Property
Gets/Sets the location of the Up/Down buttons (either on the left or on the right) of numericUpDown controls.
public Location ButtonSpinnerLocation {get; set;}
'Declaration
Public Property ButtonSpinnerLocation As Location
'Usage
Dim instance As UpDownBase(Of T)
Dim value As Location
instance.ButtonSpinnerLocation = value
value = instance.ButtonSpinnerLocation
Property Value
Right or Left